CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - crc16 ccitt

搜索资源列表

  1. crc16

    0下载:
  2. A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:3732
    • 提供者:buaalzx
  1. crc16

    1下载:
  2. 16位的CRC校验函数包。符合ccitt标准,查表法校验,速度快。节省CPU时间。值得一看!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1483
    • 提供者:cumt
  1. CRC_PPP

    0下载:
  2. 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1404
    • 提供者:王强
  1. crc.zip CRC校验程序

    2下载:
  2. CRC校验程序,使用了CRC-16和CRC-CCITT方法 ,CRC inspection program, which use crc-16 and crc-ccitt method
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:1311
    • 提供者:
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584
    • 提供者:张原
  1. CrcTest

    0下载:
  2. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:35742
    • 提供者:www220
  1. crc16

    0下载:
  2. Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1 -Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:7082
    • 提供者:milind
  1. testcrc

    1下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a comp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:137540
    • 提供者:guibin
  1. crc_peripheral

    0下载:
  2. -- crc.vhd -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC register is initialised with write_data value -- When address is logic 1 =>
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1165
    • 提供者:Jan Petak
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT校验算法,包含Visual C源程序。-CRC16-CCITT calibration algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:278077
    • 提供者:杨啸天
  1. crc16-CCITT

    1下载:
  2. crc-16的编码,使用的多项式是G(x)=x^16+x^12+x^5+1-generator polynomial of degree 16: G(X)=x^16+x^12+x^5+1
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:1269
    • 提供者:李洁
  1. crc16CCITT

    0下载:
  2. 自己用verilog编写的crc16-ccitt码的产生,是并行的。-Crc16-ccitt code written in verilog generate parallel.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:191110
    • 提供者:解夏敏
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:1043
    • 提供者:wu
  1. crc16

    0下载:
  2. Here s a CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-Here' s a CCITT-16 CRC calculator. The source contains both the calculated (smaller but
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-20
    • 文件大小:3341
    • 提供者:骑士
  1. CRC_PPP

    0下载:
  2. 单片机实现的CRC校验,特别针对PPP协议验证过。多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1452
    • 提供者:athehad
  1. CRC16

    0下载:
  2. 16位 CRC-CCITT A001码进行CRC校验小工具-CRC16 CRC-CCITT A001
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3342
    • 提供者:邸兴超
  1. CRC-ccitt

    0下载:
  2. CRC16计算器 非常 非常 非常 好用-CRC16 Calculator
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1092201
    • 提供者:liuhuan
  1. FPGA_CRC

    1下载:
  2. 用Quartus II 13.0 (32-bit)实现并行计算8位数据宽度的CRC16-CCITT循环冗余码,verilog HDL源代码,并有本人手工计算的原理。本程序已经过ModelSim-Altera模拟,仿真波形文件都在本文件内。-Calculated using the Quartus II 13.0 (32-bit) parallel 8-bit data width CRC16-CCITT cyclic redundancy code, verilog HDL source cod
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1191895
    • 提供者:yuantielei
  1. crc16

    0下载:
  2. CRC16-CCITT的算法实现,包括数据流低位先发和数据流高位先发时的两种算法。在这种算法在通信系统经常用到。-It is an implementation of CRC16-CCITT,including two type of algorithm when both the LSB and MSB of data stream transmitted.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:719
    • 提供者:hanshan
  1. CRC16-CCITT

    0下载:
  2. 代码用C实现了CRC16 CCITT x1021算法。并带有位交换和种子初始化。-This code is used to program algorithm of CRC16 CCITT x1021 with C. Inside there are bit-reverse and seed-initialization provided.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1454
    • 提供者:Milly
« 12 »
搜珍网 www.dssz.com